home *** CD-ROM | disk | FTP | other *** search
- VM2 User-friendlier Documentation
- (for Macintosh Users)
-
- Requires: SGML.MSG in the same folder as VM2, unless
- the exact pathname is specified with the -m switch (see below).
-
- Syntax: VM2 [options] entity-id [options]
-
- Options: (syntax example: -d -e -f -g -mSGML.MSG -p1 -r)
-
- -s Show details of SGML parsing (default: error messages only, no details).
- -c Data or PI chars to print if -s specified: 0 or more (default: 10).
-
- NOTE TO IMPLEMENTERS: The following options are supported by the
- SGML parser for all text processors. (The preceding are unique to VM2.)
-
- -d Report duplicate entity declarations (default: not reported).
- -e Suppress entity stack trace in error msg (default: entity trace on).
- -f Files located in current directory only (default: files anywhere on path).
- -g Suppress GI stack trace in error messages (default: GI trace on).
- -m Pathname of error message file (default: SGML.MSG).
- -p Number of passes desired: 1 or more (default: 1 pass).
- -r Give warning for defaulted entity references (default: no warning).
-
- Entity-id:
-
- The "entity-id" is a Macintosh file specification that identifies the
- SGML document entity. ARCSGML allows a single entity to be split over several
- files (for example, the prolog could be in one file and the document instance
- in another). In this case, the "entity-id" could be a sequence of file
- identifiers joined with semicolons in a quoted string, such as:
-
- "concat1;concat2"
-
- This form of a command is not supported in the Commando MPW interface. It must be
- entered from the Worksheet.
-